tools/hvmloader: Don't perform AML hotplug debugging in production
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 30 Mar 2015 14:20:19 +0000 (15:20 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 10 Apr 2015 15:36:20 +0000 (11:36 -0400)
commit614013d9475f8ccc7c807c5e22062c80069e0ee1
tree15802bd3a081ea090e1e131ea8000ddb6eadfadb
parentb143dae4c7402e43e6344bdb39b442955223567b
tools/hvmloader: Don't perform AML hotplug debugging in production

It is number of vmexits and a moderate quantity of qemu logging which can
safely be avoided when not specifically debugging a PCI hotplug issue.

As mk_dsdt is a build system tool, pass 'debug' as a command line parameter
rather than "hardcoding" it via the compilation of mk_dsdt itself.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Keir Fraser <keir@xen.org>
CC: Jan Beulich <JBeulich@suse.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
tools/firmware/hvmloader/acpi/Makefile
tools/firmware/hvmloader/acpi/mk_dsdt.c